home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / UUPC11QS.ARJ / DELIVER.H < prev    next >
C/C++ Source or Header  |  1991-10-20  |  833b  |  22 lines

  1. /*--------------------------------------------------------------------*/
  2. /*    d e l i v e r . h                                               */
  3. /*                                                                    */
  4. /*   Externally known functions in deliver.c, delivery subroutines    */
  5. /*                in rmail component of UUPC/extended                 */
  6. /*--------------------------------------------------------------------*/
  7.  
  8. #define POSTMASTER "postmaster"
  9.  
  10. size_t Deliver( const char *input, /* Input file name                */
  11.              char *address,           /* Target address                 */
  12.                    boolean validate); /* Validate/forward local mail    */
  13.  
  14. extern INTEGER hops;
  15.  
  16. extern boolean remoteMail;
  17.  
  18. extern char *now;
  19.  
  20. extern char fromuser[];
  21. extern char fromnode[];
  22.